

@media (min-width: 1920px) {
    .container {
        max-width: 1725px;
    }
}

@media (max-width: 1920px) {
    .container {
        max-width: 1725px;
    }
}


@media (max-width: 1800px) {
    .container {
        max-width: 1600px;
    }
}

@media (max-width: 1700px) {
    .container {
        max-width: 1440px;
    }
}

@media (max-width: 1500px) {
    .container {
        max-width: 1280px;
    }

    .header-menu ul li a {
        padding: 0 10px;
        font-size: 14px;
    }

    .header-logo {
        max-width: 150px;
    }

    .cta-wrapper {
        margin-left: 20px;
    }

        .cta-wrapper ul li.head-login .btn-1 {
            background: transparent;
            padding: 0;
            width: fit-content;
            padding: 10px 15px;
            padding-right: 30px;
        }
}

@media (max-width: 1300px) {
    .container {
        max-width: 95%;
    }

    .btn-1 {
        width: 120px;
        font-size: 13px;
    }

    .header-menu ul li a {
        font-size: 13px;
    }
}


@media (max-width: 1500px) {
}

@media (max-width: 1200px) {

    .map-title {
        margin-bottom: 40px;
    }

    .map-info {
        position: static;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 0;
    }

    .map-barcode {
        width: 100px;
        bottom: 0;
        left: 0;
        border-radius: 15px;
    }
}


@media (max-width: 1024px) {

    .brand-grid ul li {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .icon-box-wrapper ul {
        flex-direction: column;
        margin-right: 5px;
    }

        .icon-box-wrapper ul li {
            border-right: none;
            border-bottom: 1px solid #fff;
            margin-bottom: 10px;
            padding-bottom: 5px;
            margin-right: 5px;
        }

            .icon-box-wrapper ul li:last-child {
                margin: 0;
                padding: 0;
            }

    .s-icons {
        display: none;
    }

    .header-buttons {
        display: none;
    }

    .hu-row {
        justify-content: center;
    }

    .header-menu {
        display: none;
    }

    .cta-wrapper ul {
        margin: 0;
    }

    .cta-wrapper {
        display: flex;
        align-items: center;
        gap: 15px;
    }

        .cta-wrapper ul li {
        }



            .cta-wrapper ul li .btn-1 {
                padding: 12px 20px !important;
                width: auto;
                height: auto;
                font-size: 14px !important;
                color: #fff !important;
                border-radius: 5px;
                background: #3e4146;
            }

            .cta-wrapper ul li.head-login .btn-1 {
            }

    .hamburger-menu {
        display: flex;
        width: 25px;
    }

    /* Header menu styles for mobile view */
    .header-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

        .header-menu.active {
            display: flex;
            background-color: #161719;
            padding: 10px 0;
        }

    /* Hamburger animation when active */
    .hamburger-menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburger-menu.active span:nth-child(2) {
        opacity: 0; /* Hide middle line */
    }

    .hamburger-menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    .header-buttons ul {
        padding: 0;
    }

    .mobile-menu {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 999;
        background: #100f0ff7;
        padding-top: 60px;
        max-width: 80%;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
        transform: translate(-1450px, 0px);
        opacity: 0;
        transition: 0.3s;
    }

        .mobile-menu .s-icons {
            display: block;
            padding-left: 30px;
            margin-bottom: 20px;
        }

        .mobile-menu .header-menu {
            display: block;
            margin: 0;
            text-align: center;
        }

        .mobile-menu .header-buttons {
            display: block;
            padding-left: 25px;
        }

            .mobile-menu .header-buttons a {
                height: 50px;
                width: fit-content;
            }


        .mobile-menu .header-menu ul {
            flex-direction: column;
            gap: 0;
            padding: 0;
            justify-content: center;
            align-items: center;
            padding-left: 0;
            margin-bottom: 40px;
        }

            .mobile-menu .header-menu ul li {
                width: 100%;
                border-bottom: 1px solid #ffffff5c;
                text-align: left;
                padding-left: 25px;
            }

    .header-menu ul li.active a {
        border-bottom: none;
    }

    .mobile-menu .header-menu ul li a {
        font-size: 14px;
        height: auto;
        line-height: 40px;
        padding: 0;
        display: block;
        accent-color: cadetblue;
        width: 100%;
        max-width: 100%;
        line-height: 20px;
        padding: 10px 0;
    }

    .mobile-menu.active {
        transform: translate(0px, 0px);
        opacity: 1;
    }
}

@media (max-width: 992px) {
    .ib-info h2 {
        font-size: 16px;
        margin: 0;
    }

    .ib-info h3 {
        font-size: 12px-large;
        line-height: 20px;
    }

    .about-left h3 {
        font-size: 32px;
        margin: 0;
        line-height: 42px;
        margin-bottom: 10px;
    }

    .section-about {
        padding: 20px
    }

    .about-left p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .container {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .reg-wrap .log_wrap {
        width: 100%;
        padding: 20px 25px;
    }

    .container {
        max-width: 100%;
    }
.banner-info-text .main-title{
     font-size: 25px;
        line-height: 32px;
}
    .footer-row {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    section {
        padding: 50px 0 50px;
    }
}


@media (max-width: 600px) {
    .brand-grid-header > ul {
        flex-direction: column
    }

    .log_wrap h4 {
        text-align: center;
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 30px;
    }
.banner-box-secondary {
height: 400px;
}
    .section-map {
        padding-top: 40px;
    }

    .banner-img img {
        height: 390px;
    }

    .cta-wrapper ul li.head-login .btn-1 {
        padding: 9px 10px !important;
        font-size: 0 !important
    }

        .cta-wrapper ul li.head-login .btn-1 i {
            font-size: 16px
        }

    .cta-wrapper ul {
        margin: 0;
    }

    .cta-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-left: 5px;
    }

        .cta-wrapper ul li {
        }



            .cta-wrapper ul li .btn-1 {
                padding: 9px 10px !important;
                width: auto;
                height: auto;
                font-size: 13px !important;
                color: #fff !important;
                border-radius: 5px;
                background: transparent;
                font-size: 0px !important;
            }

                .cta-wrapper ul li .btn-1 i {
                    font-size: 16px
                }

    .banner-info h2 {
        font-size: 30px;
        line-height: 32px;
    }

    .banner-info {
        width: 79%;
    }

        .banner-info p {
            font-size: 16px;
            margin: 0;
            line-height: 25px;
        }

        .banner-info h3 {
            font-size: 20px;
            margin-bottom: 10px;
            line-height: 20px;
        }

        .banner-info .btn-lg {
            padding: 10px 25px;
            font-size: 16px;
        }


    .timer span {
        padding-bottom: 3px;
        font-size: 11px
    }

    .timer {
        gap: 10px;
    }

    .banner-slider .slick-dots {
        gap: 3px;
    }

    .home-banner-wrapper .slick-dots li button:before {
        width: 20px;
    }

    .timer .counter {
        font-size: 16px;
        gap: 5px;
    }

    .header-upper {
        height: 35px;
    }

    .header-lower {
        height: 70px;
    }

    .brand-card {
        flex-direction: column;
        border-bottom: 1px solid #ddd;
        gap: 15px;
    }

        .brand-card .brand-info {
            padding: 0
        }

    .brand-card-img {
        flex: 0 0 100%;
    }

        .brand-card-img img {
        }

    .inner-banner .banner-info h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .brand-card .brand-info h3 {
        font-size: 16px;
    }

    .brand-card .brand-info h4 {
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .power-links a {
        font-size: 13px;
    }

    .power-links {
        gap: 10px;
    }

    .about-right .about-img .col-md-6 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .about-right .about-img img {
        width: 100%;
        height: 300px;
    }

}
